opentelemetry-test-utils: skip installing grpc exporter only on Pypy#5178
Open
xrmx wants to merge 8 commits into
Open
opentelemetry-test-utils: skip installing grpc exporter only on Pypy#5178xrmx wants to merge 8 commits into
xrmx wants to merge 8 commits into
Conversation
…constraint file For some reason dependabot fails parsing them.
Contributor
Author
|
This does not seem to work, locally I have: and I get |
emdneto
reviewed
May 5, 2026
Co-authored-by: Emídio Neto <9735060+emdneto@users.noreply.github.com>
emdneto
reviewed
May 5, 2026
Change paths for dependencies in test-requirements.txt
Contributor
Author
|
Uhm looks like this does not work as expected since we're installing grpc on windows and on pypy, said that since it looks like grpc is installed without issues we may just update this to drop on pypy and see if that'll make dependabot happy. |
emdneto
reviewed
May 8, 2026
emdneto
approved these changes
May 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Builds on windows takes <1 minute on CPython, so skip only installing grpc on PyPy that is both flaky and slow to install the dependencies. Hopefully it's enough to make dependabot happy again.
Thanks @emdneto for the help.
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Does This PR Require a Contrib Repo Change?
Checklist: